<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:openaccess">
   <soapenv:Header>
      <urn:SessionToken>
         <urn:userLoginName>APIUSER1</urn:userLoginName>
         <urn:sessionKey>55608422142314110480401436410736116193052423519306504151400923745294694473648943</urn:sessionKey>
      </urn:SessionToken>
   </soapenv:Header>
   <soapenv:Body>
      <urn:EnterOrder>
         <Order>
            <urn:area>NI-SONI-DA</urn:area>
            <urn:portfolio>TEST-T01</urn:portfolio>
            <!--1 or more repetitions:-->
            <urn:AuctionIdentification>
               <!--You have a CHOICE of the next 2 items at this level-->
               <!--urn:UTCDateTime>?</urn:UTCDateTime>
-->
               <urn:AuctionDate>2019-06-11</urn:AuctionDate>
               <!--Optional:-->
               <urn:name>PWR-MRC-D+1</urn:name>
               <!--Optional:-->
               <urn:duration>60 min</urn:duration>
            </urn:AuctionIdentification>
            <!--1 to 100 repetitions:-->
            <urn:Curve>
               <urn:period>1</urn:period>
               <!--1 or more repetitions:-->
               <urn:CurvePoint>
                  <urn:price>-1500</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
                <urn:CurvePoint>
                  <urn:price>9000</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
            </urn:Curve>
            <urn:Curve>
               <urn:period>2</urn:period>
               <!--1 or more repetitions:-->
               <urn:CurvePoint>
                 <urn:price>-1500</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
               <urn:CurvePoint>
                  <urn:price>9000</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
            </urn:Curve>
            <urn:Curve>
               <urn:period>3</urn:period>
               <!--1 or more repetitions:-->
               <urn:CurvePoint>
                  <urn:price>-1500</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
                <urn:CurvePoint>
                  <urn:price>9000</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
            </urn:Curve>
            <urn:Curve>
               <urn:period>4</urn:period>
               <!--1 or more repetitions:-->
               <urn:CurvePoint>
                 <urn:price>-1500</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
               <urn:CurvePoint>
                  <urn:price>9000</urn:price>
                  <urn:volume>25</urn:volume>
               </urn:CurvePoint>
            </urn:Curve>
            <!--Optional:-->
            <urn:settlementCurrency>GBP</urn:settlementCurrency>
         </Order>
      </urn:EnterOrder>
   </soapenv:Body>
</soapenv:Envelope>